VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.UI.VisualTools.UserInteraction Namespace / ObjectBoundingBoxInteractionHandler<T> Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    ObjectBoundingBoxInteractionHandler<T> Class
    In This Topic
    An interaction controller that handles interaction of object's bounding box area.
    Object Model
    InteractionArea ObjectBoundingBoxInteractionHandler<T>
    Syntax
    'Declaration
    
    Public Class ObjectBoundingBoxInteractionHandler(Of T
    A type of interactive object.
    As IInteractiveObject) Inherits InteractionControllerBase(Of T)
    public class ObjectBoundingBoxInteractionHandler<T> : InteractionControllerBase<T>
    where T: IInteractiveObject
    
    
    public __gc class ObjectBoundingBoxInteractionHandler<T> : public InteractionControllerBase<T*>*
    where T: IInteractiveObject*
    
    
    generic<typename T>
    public ref class ObjectBoundingBoxInteractionHandler : public InteractionControllerBase<T^>^
    where T: IInteractiveObject^
    
    

    Type Parameters

    T
    A type of interactive object.
    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.UI.VisualTools.UserInteraction.InteractionControllerBase
          Vintasoft.Imaging.UI.VisualTools.UserInteraction.InteractionControllerBase<T>
             Vintasoft.Imaging.UI.VisualTools.UserInteraction.ObjectBoundingBoxInteractionHandler<T>

    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also